2. Arduino Tutorial =================== 2.1 Resource download --------------------- Arduino information contains library files and project code ,please click to download for follow-up study. Data download: :download:`Arduino <./Arduino.7z>` 2.2 Software Download --------------------- Open the browser and search: https://www.arduino.cc/en/software, we will take WINDOWS system as an example to show you how to download and install. |image1| You just need to click JUSTDOWNLOAD,then click the downloaded file to install it. And when the ZIP file is downloaded,you can directly unzip and start it. |image2| 2.3 Set Arduino IDE ------------------- Connecting the board to the computer,and select the development board and port. |image3| |image4| - A- Used to verify whether there is any compiling mistakes or not. - B- Used to upload the sketch to your Arduino boar. - C-Used to send the serial data received from board to the serial monitor. **Start your first program** |image5| Click\ |image6|\ to start compiling the program, check errors. |image7| Click\ |image8|\ to upload the program, upload successfully. |image9| Upload the program successfully, the onboard LED lights on for 1s, lights off for 1s. Congratulation, you finish the first program. 2.4 Add Library --------------- Open the Arduino IDE, follow [Sketch] → [Include Library] → [Add .zip Library]. This method can only import one library file at a time. If the product has multiple libraries, please import them one by one following this process! |image10| 2.5 Project ----------- .. toctree:: :maxdepth: 1 Project/Project1 Project/Project2 Project/Project3 Project/Project4 Project/Project5 Project/Project6 Project/Project7 Project/Project8 Project/Project9 Project/Project10 Project/Project11 Project/Project12 Project/Project13 Project/Project14 Project/Project15 Project/Project16 Project/Project17 Project/Project18 Project/Project19 Project/Project20 Project/Project21 .. |image1| image:: media/1.gif .. |image2| image:: media/2.gif .. |image3| image:: media/Anima.gif .. |image4| image:: media/image-20260127112032766.png .. |image5| image:: media/image-20260127112056584.png .. |image6| image:: media/image-20260127112129584.png .. |image7| image:: media/image-20260127112141183.png .. |image8| image:: media/image-20260127112152508.png .. |image9| image:: media/image-20260127112210524.png .. |image10| image:: media/144.gif